/* Header Css inner-page Css*/
body header {
    position: sticky;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    z-index: 9;
  }
  
  body header nav {
    padding: 0px 0;
  }
  
.menu-on header {
    background-color: #252525;
  }
  
  .header .header-text {
    margin-bottom: 45px;
  }
  
  .header .header-sub-text {
    margin-bottom: 45px;
  }
  
  .header .header-sub-text p {
    font-weight: 300;
  }
  .format .format-head-text .about-font-header {
    font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300)));
  }
  /**************************
11. navigations section start
*************************/
body.menu-on:before {
    content: "";
    position: fixed;
    background-color: rgba(0, 0, 0, 0.2);
    height: 100vh;
    width: 100vw;
    z-index: 1;
  }
  
  .dropdown-sec .dropdown,
  .dropdown-sec .dropdown-submenu {
    display: inline-block;
  }
  
  .dropdown-sec a {
    text-transform: capitalize;
  }
  
  .dropdown-sec .menu-head {
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 25px !important;
  }
  
  .dropdown-sec .menu-head:hover {
    color: unset;
  }
  
  .dropdown-sec .right-border {
    border-right: 1px solid #eeeeee;
  }
  
  .dropdown-sec ul {
    min-width: 230px;
  }
  
  .dropdown-sec ul a.menu-item {
    transition: 0.6s;
    color: #808080;
    font-weight: 400;
  }
  
  .dropdown-sec .drop-down-design {
    margin-top: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  
  .dropdown-sec .dropdown-content.dropdown-size {
    min-width: 1020px;
  }
  
  .dropdown-sec .dropdown-content ul {
    width: 100%;
  }
  
  .dropdown-sec .dropdown-submenu {
    position: relative;
  }
  
  .dropdown-sec .dropdown-submenu .dropdown-menu {
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    top: 0;
    left: 100%;
    margin-top: -1px;
  }
  
  .dropbtn>i {
    margin-left: 10px;
  }
  
.logo-bar img {
	width: 200px;
}
.header-login a {
	background: #000;
	padding: 7px 15px;
	border-radius: 4px;
	margin-left: 15px;
	color: #fff;
	text-transform: uppercase;
	transition: 0.5s all ease-in-out;
}
.header-login a:hover {
	background: #2b2b2b;
	color: #fff;
}
.sub-heading {
	margin-left: 40px;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
}
.sub-heading span:before {
	border-top: 2px solid #000;
	width: 24px;
  }
  /**************************
  navigation section end
  *************************/
  /**************************
13. header section start
*************************/
.header {
    display: block;
    position: relative;
    padding: 0;
    overflow: hidden;
  }
  
  .header .header3 .center-text {
    margin-top: 0px;
  }
  
  .header .header3.bg {
    height: unset;
  }
  
  .header .center-text {
    height: calc(100vh - 83px)
  }
  
  .header.wedding .center-text {
    height: calc(100vh - 68px);
    margin-top: 68px;
  }
  
  .header.yoga .center-text {
    height: calc(100vh - 63px);
    margin-top: 63px;
  }
  
  .header.overflow-unset {
    overflow: unset;
  }
  
  .header .header-top-line {
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
    text-transform: capitalize;
    font-weight: 300;
  }
  
  .header .bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  
  .header .bg.app1-header {
    background-image: url("../images/app_landing1/header-1-bg.png");
    overflow: hidden;
  }
  
  .header .bg.app2-header {
    background-image: linear-gradient(#000, #252525);
  }
  
  .header .bg.app2-header .header-text {
    padding-bottom: 20px;
    position: relative;
  }
  
  .header .bg.app2-header .header-text h1:before {
    content: "";
    border-bottom: 3px solid #fff;
    width: 90px;
    position: absolute;
    bottom: 0;
  }
  
  .header .bg.app2-header .transparent-img {
    background-image: url("../images/app_landing2/h2-bg.png");
  }
  
  .header .bg.header3 {
    background-image: url("../images/event/event_slider.jpg");
    background-attachment: fixed;
    background-position: 0 0;
    background-repeat: repeat;
    animation: slide 50s linear infinite;
    will-change: background-position;
    background-size: auto;
  }
  
  @-webkit-keyframes slide {
    from {
      background-position: 0 0;
    }
  
    to {
      background-position: -4000px 0;
    }
  }
  
  .header .bg.header3::before {
    content: "";
    background-image: linear-gradient(#252525, #000);
    opacity: 0.9;
    height: 100%;
    width: 100%;
    position: absolute;
  }
  
  .header .bg.header4 {
    background-image: url("../images/hedaer-images/h3-bg.html");
  }
  
  .header .bg.gym-header {
    background-image: url("../images/gym/header.jpg");
    background-position: top;
  }
  
  .header .bg.gym-header h1 {
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
  }
  
  .header .bg.gym-header .header-sub-text {
    padding: 0 85px;
  }
  
  .header .bg.gym-header .header-sub-text p {
    padding: 0 95px;
  }
  
  .header .bg.music-bg {
    background-image: url("../images/music/slider.jpg");
    background-attachment: fixed;
  }
  
  .header .bg.resume {
    background-image: url("../images/resume/h7-bg-text.png");
    background-size: contain;
  }
  
  .header .bg.saas1-header {
    background-image: url("../images/saas1/slider-banner.jpg");
  }
  
  .header .bg.saas2-bg {
    background-image: url("../images/saas2/slider.png");
  }
  
  .header .bg.yogas {
    background-image: url("../images/yoga-img/Layer-8.png");
  }
  
  
  .header .rotate {
    position: absolute;
    top: 20%;
    transform: rotate(45deg);
    right: 17%;
    z-index: 1;
    width: auto;
  }
  
  .header .rotate img {
    width: 450px;
  }
  
  .header .squares .img-1 {
    animation: changedir 10s infinite;
  }
  
  .header .squares .img-2 {
    animation: changedir-rev 10s infinite;
  }
  
  .header .animation-circle-inverse {
    opacity: 0.25;
    position: absolute;
    right: 100px;
    top: 0;
  }
  
  .header .animation-circle-inverse i {
    background: #eeeeee;
    position: absolute;
    right: 0;
    height: 200px;
    width: 200px;
    border-radius: 100%;
    opacity: 0.3;
    -webkit-animation: ripple1 3s linear infinite;
    animation: ripple1 3s linear infinite;
  }
  
  .header .animation-circle-inverse i:nth-child(2) {
    -webkit-animation: ripple2 3s linear infinite;
    animation: ripple2 3s linear infinite;
  }
  
  .header .animation-circle-inverse i:nth-child(3) {
    -webkit-animation: ripple3 3s linear infinite;
    animation: ripple3 3s linear infinite;
  }
  
  .header .wave {
    position: absolute;
    bottom: 0;
    width: 100%;
    animation: move-img 10s linear infinite;
    background-image: url("../images/app_landing2/wave.png");
    height: 40px;
    background-size: contain;
  }
  
  .header .wave:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    animation: move-img-reverse 10s linear infinite;
    background-image: url("../images/app_landing2/wave.png");
    height: 40px;
    background-size: contain;
    opacity: 0.4;
  }
  
  .header .wave:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    animation: move-img 20s linear infinite;
    background-image: url("../images/app_landing2/wave.png");
    height: 45px;
    background-size: contain;
    opacity: 0.4;
  }
  
  .header .img-mobile {
    bottom: -17%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
  }
  
  .header .wave-orange {
    position: absolute;
    bottom: 0;
    width: 326px;
    -webkit-animation: move-img 10s linear infinite;
    animation: move-img 10s linear infinite;
    background-image: url("../images/app_landing2/wave-orange.png");
    height: 34px;
    background-size: contain;
    left: 50%;
    transform: translate(-50%, 0);
    animation-delay: 0.55s;
    z-index: 3;
  }
  
  .header .wave-orange:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 326px;
    -webkit-animation: move-img-reverse 10s linear infinite;
    animation: move-img-reverse 10s linear infinite;
    background-image: url("../images/app_landing2/wave-orange.png");
    height: 34px;
    opacity: 0.4;
    background-size: contain;
  }
  
  .header .wave-orange:after {
    content: "";
    position: absolute;
    bottom: 0;
    opacity: 0.4;
    width: 326px;
    -webkit-animation: move-img 40s linear infinite;
    animation: move-img 40s linear infinite;
    background-image: url("../images/app_landing2/wave-orange.png");
    height: 34px;
    background-size: contain;
  }
  
  .header .event-content .timer {
    display: flex;
    justify-content: center;
  }
  
  .header .event-content .h1-margin {
    margin: 0 0 50px 0;
  }
  
  .header .event-content .header-sub-text {
    font-weight: 300;
  }
  
  .header .event-content .link-horizontal ul li a {
    font-weight: 600;
    padding: 13px 35px;
  }
  
  .header .event-content h4 {
    margin-bottom: 20px;
  }
  
  .header .event-content ul {
    justify-content: center;
    display: flex;
  }
  
  .header .event-content ul li {
    padding-right: 0;
  }
  
  .header .event-content .counter-container h2 {
    font-weight: 200;
    text-transform: none;
    margin-top: -12px;
  }
  
  .header .event-content .counter-container h2 span.days-text {
    font-weight: 700;
    font-size: calc(30px + (45 - 30) * ((100vw - 300px) / (1920 - 300)));
  }
  
  .header .event-content .counter-container h2 span.days {
    line-height: normal;
    font-weight: 400;
    font-size: calc(30px + (42 - 30) * ((100vw - 300px) / (1920 - 300)));
  }
  
  .header .set-bottom {
    bottom: 50px;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 3;
  }
  
  .header .set-bottom:before {
    content: "";
    border: 1px solid #fff;
    height: 48px;
    width: 48px;
    border-radius: 50px;
    opacity: 0.5;
  }
  
  .header .set-bottom .down {
    position: absolute;
  }
  
  .header .set-bottom .down .scroll-down {
    animation: scroll 0.8s infinite;
  }
  
  @keyframes scroll {
    0% {
      transform: rotatey(0deg);
    }
  
    50% {
      transform: rotatey(90deg);
    }
  
    100% {
      transform: rotatey(0deg);
    }
  }
  
  .header .header5-content .gym-slider .item img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .header .music-content .center-text {
    height: calc(100vh - 80px);
    margin-top: 78px;
  }
  
  .header .music-content .header-text,
  .header .music-content .header-sub-text {
    position: relative;
    z-index: 2;
  }
  
  .header .music-content .header-sub-text h5 {
    font-weight: 300;
  }
  
  .header .music-content .owl-theme .item {
    position: relative;
  }
  
  .header .music-content .owl-theme .owl-nav {
    display: none;
  }
  
  .header .music-content .owl-theme .owl-dots {
    display: inline-block;
    position: absolute;
    justify-content: center;
    margin-top: 0;
    z-index: 3;
    top: 40%;
    right: 60px;
  }
  
  .header .music-content .owl-theme .owl-dots .owl-dot {
    display: block;
  }
  
  .header .music-content .owl-theme .owl-dots .owl-dot.active span {
    background: #000;
    width: 4px;
    opacity: 1;
  }
  
  .header .music-content .owl-theme .owl-dots .owl-dot span {
    height: 45px;
    width: 2px;
    border-radius: unset;
    opacity: 0.4;
    margin: 20px;
  }
  
  .header .resume .font-large {
    font-size: 120%;
  }
  
  .header .background-animate {
    animation: movebounce 150s linear infinite;
    bottom: 0;
    width: 100%;
  }
  
  .header .header8-content .slider-banner {
    position: absolute;
  }
  
  .header .header8-content .slider-1 {
    position: relative;
    z-index: 3;
  }
  
  .header .header8-content .slider-1 .owl-nav {
    display: none;
    position: absolute;
    left: -13%;
    bottom: -110px;
  }
  
  .header .header8-content .slider-1 .owl-nav [class*=owl-] {
    background: none;
  }
  
  .header .header8-content .slider-1 .owl-nav .owl-next {
    margin-left: 40px;
  }
  
  .header .header8-content .slider-1 .owl-nav button.owl-next {
    position: absolute;
    top: 15px;
    left: 120px;
  }
  
  .header .header8-content .slider-logo {
    align-self: center;
  }
  
  .header .saas2-content .header-sub-text .saas2-sub-text {
    font-size: calc(18px + (38 - 18) * ((100vw - 300px) / (1920 - 300)));
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
  }
  
  .header .saas2-content .header-sub-text .saas2-sub-text span {
    font-weight: 300;
  }
  
  .header .saas2-content .header-sub-text .sub-para {
    font-weight: 300;
  }
  
  .header .saas2-content .set-abs {
    position: absolute;
    right: 2%;
  }
  
  .header .saas2-content .img1 {
    left: 5%;
    top: 5%;
  }
  
  .header .saas2-content .img2 {
    left: 35%;
    top: 20%;
  }
  
  .header .saas2-content .img3 {
    left: 0;
    bottom: 32%;
  }
  
  .header .saas2-content .img4 {
    left: 35%;
    bottom: 32%;
  }
  
  .header .saas2-content .img5 {
    right: 30%;
    bottom: 16%;
  }
  
  .header .saas2-content .img6 {
    right: 12%;
    bottom: 6%;
  }
  
  .header .saas2-content .img7 {
    right: 0;
    bottom: 28%;
  }
  
  .header .saas2-content .move-up-down {
    animation: movebounce 15s linear infinite;
  }
  
  .header .saas2-content .move-right-left {
    animation: moveright 3.9s linear infinite;
  }
  
  .header .saas2-content .round {
    position: absolute;
    right: 11%;
    top: 0;
  }
  
  .header .saas2-content .round .img8 {
    position: relative;
  }
  
  .header .saas2-content .round .inner-circle {
    position: absolute;
    top: 30%;
    left: 30%;
  }
  
  .header .saas2-content .bottom-content {
    z-index: 3;
    bottom: 6%;
    height: unset;
    width: 100%;
  }
  
  .header .saas2-content .bottom-content .bottom {
    height: 86px;
    width: 66px;
    background-color: #fff;
    border-radius: 50px;
    overflow: hidden;
  }
  
  .header .saas2-content .bottom-content .bottom .down img {
    animation: btndown 3s linear infinite;
  }
  
  .header .wedding-content .logo-h1 {
    margin-left: -170px;
  }
  
  .header .wedding-content .header-sub-text {
    animation: rightFadeInOut 2.5s ease-in-out;
  }
  
  .header .wedding-content .rightFadeInOut {
    animation: rightFadeInOut 1.5s ease-in-out;
  }
  
  .header .wedding-content .rightfadediv {
    animation: rightFadeInOut 2.5s ease-in-out;
  }
  
  .header .wedding-content .btn-default {
    letter-spacing: 2px;
  }
  
  .header .wedding-content .girl {
    left: 18%;
  }
  
  .header .yoga-content .right-way {
    margin-top: 160px;
  }
  
  .header .yoga-content h1 span {
    font-weight: 200;
    text-transform: uppercase;
  }
  
  .header .yoga-content .girl {
    width: 100%;
  }
  
  .header .yoga-content .girl .girl-img {
    width: auto;
  }
  
  .header .yoga-content .animation-circle-inverse {
    right: 50%;
    bottom: 0;
    top: unset;
  }
  
  .header .yoga-content .owl-nav {
    margin-top: 0;
  }
  
  .header .yoga-content .owl-nav .owl-next,
  .header .yoga-content .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    padding: 20px 26px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: unset;
  }
  
  .header .yoga-content .owl-nav .owl-next:hover,
  .header .yoga-content .owl-nav .owl-prev:hover {
    background: #979154;
    background: rgba(255, 255, 255, 0.2);
  }
  
  .header .yoga-content .owl-nav .owl-next i,
  .header .yoga-content .owl-nav .owl-prev i {
    font-size: 25px;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  
  .header .yoga-content .owl-nav .owl-next {
    right: 4%;
  }
  
  .header .yoga-content .owl-nav .owl-prev {
    left: 4%;
  }
  
  /*************************
        header section end
        *************************/
        /*************************
      17. app2 common css start
      *************************/
      .app2.header .img-mobile .headaer-image {
        width: 415px;
      }
      /*************************
      21. music css start
      **************************/
      .music.header .header-sub-text {
        margin-bottom: 0;
      }
      /*************************
      22. resume-theme css start
      *************************/
      
.resume.header .header-text {
    margin-bottom: 35px;
  }
  
  .resume.header .header-sub-text {
    margin-bottom: 30px;
  }
/*************************
      23. wedding-theme css start
      *************************/
      .wedding .header-sub-text {
        margin-bottom: 25px;
        letter-spacing: 1px;
      }
      /*************************
      24. yoga-theme css start
      *************************/
      
.yoga.header .header-text {
    margin-bottom: 20px;
  }
  
  .yoga.header .header-sub-text {
    margin-bottom: 25px;
  }
  .yoga.format .format-head-text .about-font-header span {
    font-weight: 200;
  }
  /*************************
      25. agency css start
      *************************/
      .agency.header .header-top-line {
        font-weight: 400;
      }
      
      .agency.header .header-sub-text p {
        letter-spacing: 0;
      }
      
      .agency.header .btn-default {
        border-radius: 50px;
        font-weight: 600;
        letter-spacing: 1px;
      }
      /*************************
      35. saas1 css start
      *************************/

      .saas1.header h1 span {
        text-transform: none;
      }
      
      .saas1.header .slider-logo {
        margin-left: 15px;
        align-self: center;
      }
      
      .saas1.header .header-text {
        margin-bottom: 30px;
      }
      
      .saas1.header .header-sub-text {
        margin-bottom: 30px;
      }
      
      .saas1.header .header-sub-text h3 {
        color: #fff;
        font-weight: 200;
      }
      
      .saas1.header .header-sub-text h3 span {
        font-size: 30px;
        font-weight: 600;
        color: #000;
      }
      
      .saas1.header h6 {
        color: #fff;
        font-weight: 200;
        text-transform: none;
      }
      
      .saas1.header h6 span {
        font-size: 18px;
        font-weight: 600;
        color: #000;
      }
      
      .saas1.header .btn-default {
        background-color: #000;
        color: #fff !important;
        padding: 10px 15px;
        text-transform: uppercase;
        border: 1px solid #000;
        font-weight: 300;
      }
      
      .saas1.header .btn-default:hover {
        background-color: transparent !important;
        border: 1px solid #fff;
      }
      
      .saas1.header .dot {
        bottom: 4%;
        right: 55px;
      }
      
      .saas1.header .background {
        animation: movebounce 150s linear infinite;
        bottom: 0;
        width: 100%;
      }

      header.saas1 nav ul li>a:hover {
        color: #fb3b64;
      }
      
      header.header-absolute {
        position: absolute;
        width: 100%;
      }
      
      header.ecommerce .responsive-btn i {
        color: #000 !important;
        cursor: pointer;
        line-height: 2;
      }      
/*************************
      36. saas2 css start
      *************************/
      
.saas2.header .center-text {
    margin-top: 0;
  }
  /*************************
      register Start
      *************************/
      
header {
    z-index: 600;
    width: 100%;
  }
  
  header.nav-lg {
    padding: 2rem 1rem;
  }
  
  header.nav-lg nav ul li a {
    font-size: 15px;
  }
  
  header.resume .e-btn i {
    color: #000 !important;
  }
  
  header.wedding .responsive-btn i {
    color: #000 !important;
  }
  
  header.ecommerce {
    position: fixed;
  }
  
  header.ecommerce .navbar {
    position: unset;
  }
  
  header.ecommerce nav {
    justify-content: space-between;
  }
  
  header.ecommerce nav ul.main-menu>li>a {
    color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  header.ecommerce nav ul.main-menu>li:hover>a {
    color: #676767;
  }
  
  header.ecommerce nav .top-header-right ul li.cart .dropdown-menu {
    border: 0;
    padding: 0;
    margin-top: 20px;
  }
  
  header.ecommerce nav .top-header-right ul li .shopping-cart {
    width: 350px;
    padding: 30px;
    border: 1px solid #ddd;
    right: 0;
  }
  
  header.ecommerce nav .top-header-right ul li .shopping-cart li .total {
    border-top: 1px solid gray;
    padding-top: 10px;
    margin-top: 20px;
  }
  
  header.ecommerce nav .top-header-right ul li .shopping-cart li .checkout {
    float: right;
  }
  
  header.ecommerce nav .top-header-right ul li .shopping-cart li+li {
    margin-top: 15px;
  }
  
  header.ecommerce nav .top-header-right ul li .shopping-cart .close-circle {
    position: absolute;
    right: 0;
    top: 10px;
  }
  
  header.ecommerce nav .top-header-right ul li .shopping-cart .close-circle i {
    color: #acacac;
  }
  
  header.ecommerce nav .top-header-right ul li .shopping-cart a {
    min-width: unset;
    width: unset;
    padding: 0;
  }
  
  header.ecommerce nav .top-header-right ul li .shopping-cart img {
    width: 70px;
  }
  
  header.ecommerce nav .top-header-right ul li.search .dropdown-menu {
    border: 0;
    padding: 0;
  }
  
  header.ecommerce nav .top-header-right ul li.search .dropdown-menu .form-control-plaintext {
    padding: 10px 20px;
    margin-top: 20px;
    border: 1px solid #dddddd;
    background-color: #fff;
  }
  
  header.ecommerce nav .top-header-right ul li.account .dropdown-menu {
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 0;
  }
  
  header.ecommerce nav .top-header-right ul li a {
    padding: 12px;
  }
  
  header.ecommerce nav .top-header-right ul li i {
    color: #000;
    font-size: 20px;
    font-weight: 500;
  }
  
  header.ecommerce nav .top-header-right ul li i.icon-shopping-cart-full {
    font-size: 22px;
  }
  
  header.nav-fix {
    position: fixed;
  }
  
  header.nav-abs {
    position: absolute;
  }
  
  header .responsive-btn {
    display: none;
  }
  
  header .responsive-btn i {
    font-size: calc(22px + (25 - 22) * ((100vw - 300px) / (1920 - 300)));
  }
  
  header nav {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    border: 0;
  }
  
  header nav .navbar-container {
    padding: 10px 0;
  }
  
  header nav ul {
    margin: 0;
    border: 0;
    line-height: 1;
    list-style-type: none;
    text-align: center;
  }
  
  header nav ul li {
    margin: 0;
    border: 0;
    line-height: 1;
    position: relative;
    display: inline-block;
    text-align: center;
  }
  
  header nav ul li a {
    margin: 0;
    border: 0;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    padding: 18px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
    font-weight: 500;
    letter-spacing: 0;
  }
  
  header nav ul li>a {
    color: white;
  }
  
  header nav ul li>a:hover {
    color: white;
  }
  
  header nav ul .sub-menu ul {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  
  header nav ul .sub-menu>a:before,
  header nav ul .dropdown:before {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f105";
  }
  
  header nav ul .dropdown:before {
    content: "\f0d7";
  }
  .products-dropdown img {
    width: 24px;
}
  header nav ul ul {
    margin: 0;
    border: 0;
    line-height: 1;
    transition: all .4s ease-in-out;
    background: #fff;
    padding: 15px 0;
  }
  
  header nav ul ul li {
    margin: 0;
    border: 0;
    line-height: 1;
    display: block;
    text-align: left;
    transition: all .4s ease-in-out;
    position: relative;
  }
  
  header nav ul ul li a {
    margin: 0;
    border: 0;
    text-transform: capitalize;
    width: 100%;
    min-width: 240px;
    padding: 10px 18px;
    white-space: nowrap;
    color: #323232 !important;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 13px;
  }
  
  header nav ul ul li a:hover {
    color: #000 !important;
    transition: all 0.5s ease;
  }
  
  header nav ul ul li:hover>a,
  header nav ul ul li:focus>a,
  header nav ul ul li:active>a {
    color: #777;
    transform: translateX(2%);
  }
  
  header nav ul .mega-menu {
    position: unset;
  }
  
  header nav ul .mega-menu .mega-menu-container {
    transition: all 0.3s ease-in;
    min-width: 1020px;
    left: unset;
    right: 0;
    padding: 20px 0;
    background: #fff;
    z-index: 9;
    overflow: hidden;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
  }
  
  header nav ul .mega-menu .mega-menu-container ul {
    position: relative;
    padding: 0 10px;
  }
  
  header nav .menu-head {
    margin-bottom: 10px;
    color: #000;
    display: flex;
    padding: 10px 28px 10PX 10px;
    letter-spacing: 0;
    font-weight: 600;
    BORDER-BOTTOM: 1px solid #eee;
    text-transform: capitalize;
  }
  
  header nav .menu-arrow {
    font-size: 10px;
  }
  
  header.music {
    position: absolute;
  }
  
  header.resume nav ul li a:hover {
    color: #262626;
  }
  
  header.wedding .logo-abs {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  
  header.wedding.header-rel {
    background-color: rgba(255, 255, 255, 0.75);
    border-bottom: 1px dashed #000;
  }
  
  header.yoga .logo-abs {
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translateX(-50%);
  }
  
  header.portfolio-metro nav .responsive-btn a:hover {
    color: #000;
    opacity: 0.7;
  }
  
  header.portfolio-metro nav ul li>a {
    color: #000;
  }
  
  header.portfolio-metro nav ul li>a:hover {
    color: #000;
  }
  
  header.wedding nav ul li>a:hover {
    color: #000;
  }
  
  header.dark {
    position: absolute;
  }
  
  header.dark nav .responsive-btn a:hover {
    color: #000;
    opacity: 0.7;
  }
  
  header.dark nav ul li>a {
    color: #000;
  }
  
  header.dark nav ul li>a:hover {
    color: #000;
  }
    
 
/**=====================
     63. Responsive CSS Start
  ==========================**/
@media only screen and (max-width: 1600px) {  
    .header .wedding-content .girl {
      left: 16%;
    }
  
    .header .wedding-content .girl img {
      width: 500px;
    }
  
    .header .header8-content .slider-1 .owl-nav {
      left: -15%;
      bottom: -34%;
      transform: translate(18%, 17%);
    }
  
    .header .header8-content .slider-1 .owl-nav .owl-next {
      transform: translate(50%, 30%);
    }
  
    .header .saas2-content .set-abs .img-dextop {
      height: 800px;
    }

  }
  
@media (max-width: 1469px) {
    header.wedding .logo-abs {
      width: 25%;
    }
  }
  
@media only screen and (max-width: 1366px) {
    .header .rotate {
      top: 14%;
      right: 15%;
    }
  
    .header .rotate img {
      width: 400px;
    }
  
    .header .squares img {
      height: 260px;
    }
  
    .header .wedding-content .girl {
      left: 11%;
    }
  
    .header .header8-content .slider-1 .owl-nav {
      left: -18%;
      bottom: -50%;
    }
  
    .header .saas2-content .set-abs .img-dextop {
      height: 720px;
    }
  
    .header.app1 h1 {
      line-height: 56px;
    }
  
    .header .event-content .counter-container h2 {
      margin-top: -10px;
    }
  
    .header.saas2 h1 {
      margin-top: -14px;
    }
  
    .header.agency .girl-boy {
      right: 10%;
    }
  
    .header.agency .girl-boy img {
      width: 440px;
    }  
    .header .wave-orange {
      width: 240px;
      height: 25px;
    }
  
    .header .wave-orange:before,
    .header .wave-orange:after {
      width: 240px;
      height: 25px;
    }
  
    .header.app2 .img-mobile .headaer-image {
      width: 315px;
    }
  
    .header.event .set-bottom {
      bottom: 30px;
    }
  
    .header.resume .bg-pink img {
      max-height: 80vh;
    }
  
    .header .saas2-content .set-abs .img-dextop {
      height: 600px;
    }
  
    .header.saas2 .header-text {
      margin-bottom: 30px;
    }
  
    .header.saas2 .header-sub-text {
      margin-bottom: 16px;
      margin-top: 40px;
    }
  }
  
@media only screen and (max-width: 1199px) {
    header.nav-lg {
      padding: 1.2rem 1rem;
    }
    header nav ul .mega-menu .mega-menu-container {
      min-width: 85VW;
    }
  
    header.wedding .logo-abs {
      width: 23%;
    }
  
    header.wedding .navbar>ul>li>a {
      text-transform: capitalize;
      font-size: 13px;
    }
  
    header.yoga nav ul li>a {
      text-transform: capitalize;
      font-size: 13px;
    }
    .header .rotate {
      top: 15%;
      right: 12%;
    }
  
    .header .rotate img {
      width: 350px;
    }
  
    .header .wedding-content .girl {
      left: 6%;
    }
  
    .header .wedding-content .girl img {
      width: 450px;
    }
  
    .header .header8-content .slider-1 .owl-nav {
      transform: translate(3%, 60%);
      left: -20%;
      bottom: -63%;
    }
  
    .header .header8-content .slider-1 .owl-nav .owl-next {
      transform: translate(30%, 30%);
    }
  
    .header .saas2-content .set-abs {
      right: 1%;
    }
  
    .header .saas2-content .set-abs .img-dextop {
      height: 610px;
    }
  
    .header.saas1 h1 {
      margin-top: -13px;
    }
  
    .header .bg.gym-header .header-sub-text p {
      padding: 0;
    }
  }
  
@media only screen and (max-width: 1024px) {
    .header .bg.header1 h1 {
      line-height: 50px;
    }
  }

  @media (min-width: 992px) {
    header nav ul .dropdown:before {
      right: 0;
    }
  
    header nav ul ul,
    header nav ul .mega-menu-container {
      position: absolute;
    }
  
    header nav ul .sub-menu ul {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      z-index: 1;
      top: -5px;
      left: 100%;
      display: none;
    }
    .main-menu>li>ul,
    .main-menu>li .mega-menu-container {
      display: none;
    }
  }

  @media only screen and (max-width: 991px) and (min-width: 768px) {
    .app2-header.bg .link-horizontal .btn {
      padding: 15px 15px;
    }
  }
  @media (min-device-width:768px) and (max-device-width:991px) {
	header.agency.nav-fix.custom-scroll.fixed a {
		color: #000 !important;
	}
}
@media only screen and (max-width: 991px) {
  header.agency.nav-fix.custom-scroll.fixed a {
    color: #000 !important;
  }
    .toggle-nav {background: #fff;padding: 10px 10px 3px;border-radius: 5px;color: #000}
    header.ecommerce .logo-erapper~.responsive-btn {
      position: absolute;
      right: 0;
    }
  
    header.ecommerce nav .top-header-right {
      margin-right: 40px;
    }
  
    header.ecommerce nav .top-header-right ul li {
      display: inline-block;
    }
  
    header.ecommerce nav .top-header-right ul li a {
      padding: 12px;
    }
  
    header.ecommerce nav ul.main-menu>li>a {
      padding-top: 15px;
      padding-bottom: 15px;
    }
  
    header nav ul li>a:hover {
      color: #000;
    }
  
    header.ecommerce .navbar {
      position: fixed;
    }

    .saas1-header .slider-logo {
      display: none;
    }

    .navbar {
      display: block;
    }
  
    .navbar .responsive-btn~ul .dropdown~ul,
    .navbar .responsive-btn~ul .dropdown~.mega-menu-container {
      display: none;
    }
    header nav ul ul li:hover a,
    header nav ul ul li:focus a,
    header nav ul ul li:active a {
      transform: translateX(0);
    }
  
    header.yoga .logo-abs {
      left: 0;
      transform: unset;
    }
  
    header nav ul {
      width: 100%;
      padding: 15px 0;
    }
  
    header nav ul li {
      display: block;
    }
  
    header nav ul li a {
      width: 100%;
      text-align: left;
      color: #000;
      padding: 12px 18px;
    }
  
    header nav ul ul {
      padding: 0 !important;
    }
  
    header nav ul ul li {
      padding-left: 15px !important;
    }
  
    header nav ul ul li a {
      color: #656565 !important;
      font-weight: 400 !important;
    }
  
    header nav ul .sub-menu>a:before {
      content: unset;
    }
  
    header nav ul .sub-menu ul {
      box-shadow: unset;
    }
  
    header nav ul .mega-menu .mega-menu-container {
      padding: 6px 0;
      min-width: 100%;
      box-shadow: unset;
    }
  
    header nav .menu-head {
      color: #000;
      margin-bottom: 0;
    }
  
    header .navbar {
      position: fixed;
      transition: 0.5s;
      z-index: 3;
      width: 350px;
      right: -350px;
      background: #fff;
      overflow-Y: scroll;
      height: 100vh;
      top: 0;
      padding: 0;
      box-shadow: 0 0 11px rgba(0, 0, 0, 0.13);
    }
  
    header .responsive-btn {
      display: inline-block;
    }
  
    header.yoga .responsive-btn {
      padding: 12px;
    }
  
    header.yoga .responsive-btn a {
      color: #fff;
    }
  
    header .navbar .responsive-btn {
      display: block;
      width: 100%;
      padding: 20px;
      border-bottom: 1px solid #dddddd;
    }
  
    header .navbar .responsive-btn h5 {
      text-align: right;
      font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1920 - 300)));
      font-weight: 500;
      cursor: pointer;
    }
    .yoga.header .bg {
      height: unset;
    }
  
    .yoga.header .center-text {
      height: unset;
      min-height: 70vh;
    }
    .header.resume .bg-pink img {
      width: 100%;
      max-height: unset;
    }
    header.top-logo .logo-sec.text-center {
      text-align: left !important;
    }
  
    header.gym nav ul li>a:hover {
      color: #000;
    }
  
    header.agency nav ul li>a:hover {
      color: #10266b;
    }
  
    header.app1 nav ul li>a:hover {
      color: #000;
    }
  
    header.app2 nav ul li>a:hover {
      color: #000;
    }
  
    header.event nav ul li>a:hover {
      color: #000;
    }
  
    header.music nav ul li>a:hover {
      color: #000;
    }
  
    header.wedding nav ul li>a:hover {
      color: #000;
    }
  
    header.yoga nav ul li>a:hover {
      color: #000;
    }
  
    .header .bg {
      height: 650px;
    }
  
    .header.saas1 .bg {
      height: 500px;
    }
  
    .header.saas1 .center-text {
      height: calc(500px - 63px);
      margin-top: 55px;
    }
  
    .header .center-text {
      height: 100%;
      margin-top: 83px;
    }
  
    .header .header-text {
      margin-bottom: 30px;
    }
  
    .header .header-top-line {
      margin-bottom: 35px;
    }
  
    .header .set-square .left {
      height: 250px;
    }
  
    .header .set-square .left:before {
      width: 250px;
    }
  
    .header .set-square .right {
      width: 250px;
    }
  
    .header .right-line {
      left: calc(50% + 125px);
      height: 260px;
    }
  
    .header ul li a i {
      font-size: 25px;
      color: #000;
      display: flex;
      height: 48px;
      width: 48px;
    }
  
    .header .rotate {
      top: 50%;
      right: 12%;
      transform: translate(0, -50%) rotate(45deg);
    }
  
    .header .rotate img {
      width: 250px;
    }
  
    .header .squares {
      display: none;
    }
  
    .header.app2 .img-mobile {
      position: relative;
      text-align: right;
      margin-right: -50px;
    }
  
    .header.app2 .img-mobile .headaer-image {
      width: unset;
      height: 500px;
      margin-top: 10px;
    }
  
    .header .wave-orange {
      display: none;
    }
  
    .header .bg.app2-header .header-text {
      padding-bottom: 10px;
    }
  
    .header .event-content .h1-margin {
      margin-bottom: 25px;
    }
  
    .header .event-content .header-sub-text {
      margin-bottom: 20px;
    }
  
    .header .event-content .set-bottom {
      bottom: 15px;
    }
  
    .header .event-content .counter-container h2 {
      margin-top: -9px;
    }
  
    .header .header8-content .slider-1 .owl-nav {
      display: none;
    }
  
    .header .saas2-content .bottom-content {
      bottom: 3%;
    }
  
    .header .saas2-content .set-abs .img-dextop {
      display: none;
    }
  
    .header .saas2-content .center-text div {
      text-align: center;
      width: 100%;
    }
  
    .header .saas2-content .center-text .link-horizontal ul {
      justify-content: center;
    }
  
    .header .saas2-content .center-text .header-text {
      margin-bottom: 25px;
    }
  
    .header .saas2-content .center-text .header-sub-text {
      margin-bottom: 20px;
    }
  
    .header .saas2-content .move-right-left,
    .header .saas2-content .move-up-down {
      display: none;
    }
  
    .header.saas2 h1 {
      margin-top: -20px;
      margin-bottom: 0;
    }
  
    .header .bg.gym-header .header-sub-text {
      padding: 0;
    }
  
    .music.header .music-content .center-text {
      height: calc(503px - 58px);
      margin-top: 58px;
    }

    .agency.header .btn-default {
      padding: 12px 16px;
    }
  
    .agency.header .header-top-line {
      margin-bottom: 20px;
    }
  
    .agency.header .header-sub-text {
      margin-bottom: 25px;
    }
  
    .agency.header .header-sub-text p {
      line-height: 22px;
      letter-spacing: 1px;
    }
  
    .agency.header .circle-container {
      display: none;
    }
  
    .agency.header .center-text {
      margin-left: 20px;
    }
  
    .agency.header .girl-boy {
      right: 4%;
    }
  
    .agency.header .girl-boy img {
      width: 370px;
    }
    .wedding.header .center-text {
      height: calc(650px - 65px);
      margin-top: 65px;
    }
  
    .wedding.header .wedding-content .girl {
      left: 0;
    }
  
    .wedding.header .wedding-content .girl img {
      width: 520px;
    }
  
    .wedding.header .wedding-content .logo-h1 {
      height: 120px;
      margin-left: 0;
    }
    .yoga.header .yoga-content .right-way {
      margin-top: 0;
    }
  
    .yoga.header .header-text,
    .yoga.header .header-sub-text {
      margin-bottom: 16px;
    }
  
    .yoga.header .girl {
      display: none;
    }
  
    .yoga.header .text-right {
      text-align: center !important;
    }
  
    .yoga.header .header-sub-text p {
      padding: 0 0 0 120px;
      line-height: 25px;
      letter-spacing: 1px;
    }  
    .custom-scroll.header-absolute.loding-header .responsive-btn a i {
      color: #fff !important;
    }
    .fixed .header-login a {
        background: #fff;
    }
  }
  
  @media only screen and (min-device-width:768px){
    .header-section.fixed .header-logo img {
        filter: brightness(0) invert(1);
    }
    }
  @media only screen and (max-width: 767px) {
    .header.event .set-bottom {
      display: none;
    }
    header.nav-lg {
      padding: 0.2rem 1rem;
    }
    header.wedding {
      border-radius: 0;
    }
    .header .rotate {
      display: none;
    }
  
    .header .bg {
      height: auto;
    }
  
    .header.saas2 .center-text {
      padding: 85px 0 40px;
    }
  
    .header .header3.bg .center-text {
      padding: 15px 0px;
    }
  
    .header .center-text {
      text-align: center;
      height: auto;
      margin-top: 60px;
      padding: 60px 0;
    }
  
    .header.wedding .center-text {
      height: auto;
    }
  
    .header .music-content .center-text {
      height: calc(503px - 58px);
      margin-top: 58px;
    }
  
    .header .img-mobile {
      display: none;
    }
  
    .header .wave-orange {
      display: none;
    }
  
    .header.app1 .link-horizontal ul {
      justify-content: center;
    }
  
    .header .bg.app2-header .header-text h1:before {
      left: 50%;
      transform: translate(-50%, 0);
    }
  
    .header .bg.app2-header .link-horizontal ul {
      justify-content: center;
    }
  
    .header .header-text {
      margin-bottom: 25px;
    }
  
    .header .header-text {
      margin-bottom: 30px;
    }
  
    .header .header8-content .slider-banner {
      display: none;
    }
  
    .header .header8-content .center-text>div {
      width: 100%;
    }
  
    .header .header8-content .center-text>div .header-text .d-flex {
      justify-content: center;
    }
  
    .header .header8-content .center-text>div .header-text .slider-logo {
      margin-left: 5px;
    }
  
    .header .header8-content .center-text>div .header-text .slider-logo img {
      height: 15px;
    }
  
    .header .header8-content .center-text>div .header-text .header-text {
      margin-bottom: 12px;
    }
  
    .header .header8-content .center-text>div .header-text .header-sub-text {
      margin-bottom: 12px;
    }
  
    .header .header8-content .center-text>div .header-text .header-sub-text span {
      font-size: 20px;
    }
  
    .header .header8-content .center-text>div .link-horizontal ul {
      justify-content: center;
    }
  
    .header.saas1 h1 {
      margin-top: -10px;
    }
  
    .header.saas1 .bg {
      background-position: right;
    }
  
    .header.event .set-bottom {
      bottom: 5px;
    }

    .agency.header .bg {
      background: #000;
    }
  
    .agency.header h1 {
      color: #fff;
      margin-top: -10px;
    }
  
    .agency.header p {
      color: #fff;
    }
  
    .agency.header .center-text {
      text-align: center;
      margin-left: 0;
    }
  
    .agency.header .link-horizontal ul {
      justify-content: center;
    }
  
    .agency.header .girl-boy img {
      display: none;
    }
  
    .agency.header .plus-container {
      display: none;
    }
  
    .wedding.header .header-text {
      margin-bottom: 22px;
    }
  
    .wedding.header .wedding-content .logo-h1 {
      height: 90px;
      margin-left: 0;
    }
    .yoga.header .yoga-content .owl-nav .owl-prev,
    .yoga.header .yoga-content .owl-nav .owl-next {
      padding: 6px 14px;
    }
  
    .yoga.header .yoga-content .owl-nav .owl-prev {
      left: 0;
    }
  
    .yoga.header .yoga-content .owl-nav .owl-next {
      right: 0;
    }
  
    .yoga.header .header-sub-text p {
      padding: 0 0 0 40px;
    }
    .resume.header .link-horizontal ul {
      justify-content: center;
    }
  
    .resume.header .font-large {
      font-size: 120%;
    }

    .agency header nav {
      padding: 15px 0;
    }
  
    .agency header nav .responsive-btn i {
      color: #000 !important;
    }

  
    header.agency nav a img {
      filter: brightness(0) invert(1);
    }
	header.nav-fix {
		background: #090909;
		padding-top: 15px;
	}
  }
  @media (min-device-width:576px) and (max-device-width:767px) {
	header.nav-fix {
		padding-top: 0;
	}
    .agency.header .bg {
		padding-bottom: 115px;
	}
	.header .center-text {
		padding: 60px 0 0;
	}
}
@media only screen and (max-width: 600px) {
    .header .event-content .link-horizontal ul li a {
      margin-bottom: 30px;
    }
  }

  @media only screen and (max-width: 575px) {

    header.nav-lg {
      padding: 1.2rem 1rem;
    }
  
    header.ecommerce nav .top-header-right {
      margin-right: 30px;
    }
  
    header.ecommerce nav .top-header-right ul li a {
      padding: 5px;
    }

    header nav>a .img-fluid {
      height: 33px;
    }
    header {
      padding: 10px 0;
    }
  
    header nav {
      padding: 0 !important;
    }
    .header.saas2 .header-sub-text {
      margin-top: 20px;
    }  
    .header .rotate {
      display: none;
    }
  
    .header .set-square .left {
      height: 190px;
    }
  
    .header .set-square .left:before {
      width: 190px;
    }
  
    .header .set-square .right {
      width: 190px;
    }
  
    .header .right-line {
      left: calc(50% + 95px);
      height: 200px;
    }
  
    .header.event .set-bottom {
      bottom: 20px;
    }
  
    .header.app1 h1 {
      line-height: 38px;
      margin-top: -5px;
    }

    .music.header .music-content .center-text {
      height: calc(401px - 50px);
      margin-top: 50px;
    }
    .agency.header .bg {
      background-position: unset;
    }
  
    .agency.header .plus-container {
      display: none;
    }

    .main-menu .menu-left .navbar i {
      font-size: 24px;
    }
  }

  @media only screen and (max-width: 480px) {
    header .navbar {
      width: 300px;
    }
    .header .wave {
        display: none;
      }
    }
    @media only screen and (max-width: 420px) {
        .header.music .music-content .center-text {
            height: calc(401px - 45px);
            margin-top: 45px;
          }
        
          .header.wedding .center-text {
            height: auto;
            margin-top: 63px;
          }
          .agency.header .btn-default {
            padding: 10px 12px;
          }
        }        
        @media only screen and (max-width: 360px) {
            
  .header.wedding .center-text {
    margin-top: 63px;
  }

  .header.wedding .center-text .header-sub-text {
    font-size: 12px;
  }

  .header.wedding .wedding-content .girl img {
    height: 330px;
  }

  .header.wedding .wedding-content .logo-h1 {
    height: 50px;
  }

  .header.wedding .wedding-content .btn-default {
    padding: 10px 20px;
  }

  .header.saas1 h1 {
    letter-spacing: 1px;
  }

  .header.music .music-content .center-text {
    height: calc(401px - 40px);
    margin-top: 40px;
  }
}
/*---- nav-section ---*/

header.agency.nav-fix.custom-scroll.fixed a.dropdown {
    color: #fff;
  }
  
  header.agency.nav-fix.custom-scroll.fixed .sub-nav a {
    color: #000 !important;
  }
  @media (min-width:992px){
  header.agency.nav-fix.custom-scroll.fixed a {
    color: #fff !important;
  }
}